home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PsL Monthly 1993 December
/
PSL Monthly Shareware CD-ROM (December 1993).iso
/
prgmming
/
dos
/
c
/
flashpc.exe
/
MAKEFILE
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-03-25
|
260 b
|
13 lines
#options=
options= /Zi /Od
compiler= cl /c /AL /Gt512
wlevel= /W3
test.exe : test.obj
link /CO /ST:8192 @test.lnk
del *.bak
test.obj : test.c
$(compiler) $(wlevel) $(options) test.c